/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FF6600;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #F72212;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #F72212;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #F72212;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #F72212;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #F72212;
}

hr {
	display: none;
}

#main
{
width: 100%;
margin: 0 auto;
}


/* Header */

#header1 {
	width: 100%;
	margin: 0 auto;
	background-color: #d11e13;
	height: 155px;
}

.main1{
        overflow: auto;
        text-align: center;
        width:100%;    
		background-color:#CC0000;
		
            }
.main1 a{
    text-decoration: none;
    display: inline-block;
    height: 36px;
    width: 115px;
    color: white;
	font-size: 18px;
    color: #ffffff;
    padding-top: 16px;
    text-align: center;
	background: url(../images/navcut.png) no-repeat 0 50%;
    }
        
.main1 ul{
	list-style: none;
        }

.list{
	display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    }
.list>li{
    float: left;
    }
.list>li>ul{
        display: none;
        position: absolute;
		margin-left: 0px;
		opacity: 0.8;
		background-color: #c65d55;
		width: 160px;
        }
.list>li:hover ul{
        display: block;
        }
.header1 a:hover {
        background-color: #FFFFFF;
		opacity: 0.9;
		color: #000000;
		border-bottom: 3px solid burlywood;
        }      



 #logo1 {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	
} 

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff top;
	margin-top: 15px;
	display: flex;
	border: 2px solid darkslategray;
	border-radius: 20px;
}
#page-tb {
	width: 1200px;
	margin: 0 auto;
	background: #ffffff top;
	margin-top: 15px;
	display: flex;

	border: 2px solid darkslategray;
	border-radius: 20px;
}
#left-tb {
	width: 80%;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left-tb tr td{
	font-size: 15px;
}

#left {
	width: 80%;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

#left h1{
	text-align: center; 
	font-size: 30px; 
	color: black; 
	margin-top: 15px;
}
#left-tb h1{
	text-align: center; 
	font-size: 30px; 
	color: black; 
	margin-top: 15px;
}
#left-tb a{
	text-decoration: none;
	color:#666666;
}
#left-tb a:hover{
	text-decoration: none;
	color:#AA352F;
}
.wenzhang01{
	color:black;
	font-size: 17px;
	line-height: 33px;
	margin-bottom: 20px;
}
.zhangjie{
	color:#2b2a2d;
	font-size: 21px;
	text-align:center;
	font-weight: bold;
	margin-bottom: 10px;
}
.zhangjie01{
	color:#434247;
	font-size: 19px;
	font-weight: bold;
}
#left table{
	text-align: center;
	margin: 0 auto;
}
#left .table01 a{
	text-decoration: none;
	font-size: 16px;
	color: #337ab7;
}
#left-cert{
	width: 80%;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	align-content: center;
}

#right {
	/* width: 30%; */
	flex: 1;
	margin: 20px;
}
.pagination{
	padding-left: 40%;
}
#right-tb {
	/* width: 30%; */
	flex: 1;
	margin: 20px;
}

#top
{
background: url(../images/top.gif) no-repeat;
width: 623px;
}

#bottom
{
background: url(../images/bottom.gif) no-repeat;
height: 19px;
width: 623px;
}

#box
{
height: 168px;
color: #ffffff;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
overflow: hidden;

}

#box H1 a
{
font-size: 18px;
color: #ffffff;
}

/* Content */

#content {
	width: 405px;
	padding-left: 4px;
	padding-top: 0px;
}

#content H2
{
background: url(../images/h2.gif) no-repeat;
height: 31px;
padding-top: 10px;
padding-left: 15px;
width: 394px;
font-size: 16px;
color: #F72212;
}

#content H2 a
{
color: #F72212;
}

#content .entry
{
padding: 10px;
width: 380px;
}

/* Sidebars */

.sidebar {
float: right

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 201px;
	padding-right: 4px;
}

#sidebar2 h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 31px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url(../images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
}

.back_title
{
background: url(../images/title_back.gif) no-repeat;
}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 20px;
background: url(../images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

